home *** CD-ROM | disk | FTP | other *** search
-
- # FreeVecPooled(pool:r3:PTR,mem:r4:PTR)
-
- .text
- .global _FreeVecPooled
- .global _FreeVecPooledPPC
-
- _FreeVecPooledPPC:
- _FreeVecPooled:
- mflr r0
- stw r0,8(r1)
- stwu r1,-32(r1)
-
- lwz r6,-4(r4)
- addi r6,r6,4
- mr r5,r4
- subi r5,r5,4
- mr r4,r3
- lwz r3,_PowerPCBase(r2)
- lwz r0,-834+2(r3)
- mtlr r0
- blrl
-
- addi r1,r1,32
- lwz r0,8(r1)
- mtlr r0
- blr
-
- .type _FreeVecPooled,@function
- .size _FreeVecPooled,$-_FreeVecPooled
- .type _FreeVecPooledPPC,@function
- .size _FreeVecPooledPPC,$-_FreeVecPooledPPC
-
- .extern _PowerPCBase
-